[INFO] fetching crate static_init 1.0.4...
[INFO] fixing static_init-1.0.4 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate static_init 1.0.4 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate static_init 1.0.4
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate static_init 1.0.4
[INFO] tweaked toml for crates.io crate static_init 1.0.4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate static_init 1.0.4 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate static_init 1.0.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 41000af956808821871fece6903a378a63b4071ee02fb48fbaa7d9bb650a99e0
[INFO] running `Command { std: "docker" "start" "41000af956808821871fece6903a378a63b4071ee02fb48fbaa7d9bb650a99e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "41000af956808821871fece6903a378a63b4071ee02fb48fbaa7d9bb650a99e0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "41000af956808821871fece6903a378a63b4071ee02fb48fbaa7d9bb650a99e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "41000af956808821871fece6903a378a63b4071ee02fb48fbaa7d9bb650a99e0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling static_init v1.0.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking clap_builder v4.5.38
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Migrating build.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling static_init_macro v1.0.4
[INFO] [stderr]     Checking unreachable v1.0.0
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking parking_lot_core v0.8.6
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking double-checked-cell v2.1.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking clap v4.5.38
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling ctor v0.2.9
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/phase_locker/sync.rs (3 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/phase_locker/sync.rs:991:27
[INFO] [stdout]      |
[INFO] [stdout]  932 |                               cur = match wait_for_readers(&self.0, cur) {
[INFO] [stdout]      |                                           ------------------------------
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  949 |                           cur = match read_lock(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]  950 | |                             &self.0,
[INFO] [stdout]  951 | |                             |cur| {
[INFO] [stdout]  952 | |                                 how(Phase::from_bits_truncate(cur)) == LockNature::Read
[INFO] [stdout] ...    |
[INFO] [stdout]  955 | |                             cur,
[INFO] [stdout]  956 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  991 |                       match wait_as_writer_then_wake_with_lock(&self.0, cur, &how) { Some(lock) => {
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                             up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1006 |                   }
[INFO] [stdout]      |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]      |
[INFO] [stdout]  406 | impl Drop for Lock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]      |
[INFO] [stdout]  482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]      |
[INFO] [stdout]  406 | impl Drop for Lock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]      |
[INFO] [stdout]  482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/generic_lazy.rs (15 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/phase_locker/sync.rs:1023:27
[INFO] [stdout]      |
[INFO] [stdout]  932 |                               cur = match wait_for_readers(&self.0, cur) {
[INFO] [stdout]      |                                           ------------------------------
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  949 |                           cur = match read_lock(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]  950 | |                             &self.0,
[INFO] [stdout]  951 | |                             |cur| {
[INFO] [stdout]  952 | |                                 how(Phase::from_bits_truncate(cur)) == LockNature::Read
[INFO] [stdout] ...    |
[INFO] [stdout]  955 | |                             cur,
[INFO] [stdout]  956 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1023 |                       match wait_as_reader_then_wake_with_lock(&self.0, cur, &how) { Some(lock) => {
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                             up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1038 |                   }
[INFO] [stdout]      |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]      |
[INFO] [stdout]  406 | impl Drop for Lock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]      |
[INFO] [stdout]  482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]      |
[INFO] [stdout]  406 | impl Drop for Lock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]      |
[INFO] [stdout]  482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/raw_static.rs (2 fixes)
[INFO] [stderr]        Fixed src/lazy.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/phase_locker/sync.rs:991:27
[INFO] [stdout]      |
[INFO] [stdout]  932 |                               cur = match wait_for_readers(&self.0, cur) {
[INFO] [stdout]      |                                           ------------------------------
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  949 |                           cur = match read_lock(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]  950 | |                             &self.0,
[INFO] [stdout]  951 | |                             |cur| {
[INFO] [stdout]  952 | |                                 how(Phase::from_bits_truncate(cur)) == LockNature::Read
[INFO] [stdout] ...    |
[INFO] [stdout]  955 | |                             cur,
[INFO] [stdout]  956 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  991 |                       match wait_as_writer_then_wake_with_lock(&self.0, cur, &how) { Some(lock) => {
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                             up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1006 |                   }
[INFO] [stdout]      |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]      |
[INFO] [stdout]  406 | impl Drop for Lock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]      |
[INFO] [stdout]  482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]      |
[INFO] [stdout]  406 | impl Drop for Lock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]      |
[INFO] [stdout]  482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/phase_locker/sync.rs:1023:27
[INFO] [stdout]      |
[INFO] [stdout]  932 |                               cur = match wait_for_readers(&self.0, cur) {
[INFO] [stdout]      |                                           ------------------------------
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  949 |                           cur = match read_lock(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]  950 | |                             &self.0,
[INFO] [stdout]  951 | |                             |cur| {
[INFO] [stdout]  952 | |                                 how(Phase::from_bits_truncate(cur)) == LockNature::Read
[INFO] [stdout] ...    |
[INFO] [stdout]  955 | |                             cur,
[INFO] [stdout]  956 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1023 |                       match wait_as_reader_then_wake_with_lock(&self.0, cur, &how) { Some(lock) => {
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                             up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1038 |                   }
[INFO] [stdout]      |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]      |
[INFO] [stdout]  406 | impl Drop for Lock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]      |
[INFO] [stdout]  482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]      |
[INFO] [stdout]  406 | impl Drop for Lock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]      |
[INFO] [stdout]  482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.6.0
[INFO] [stderr]    Migrating tests/lesser_locked_lazy_finalize.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/unsync_lazy.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/primed_locked_lazy_drop.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/bad_init_unordered.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/bad_drop_unordered.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/lesser_locked_lazy_drop.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating benches/multi_threaded/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed benches/multi_threaded/main.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> benches/multi_threaded/main.rs:645:26
[INFO] [stdout]     |
[INFO] [stdout] 599 |                     Some(l) => {
[INFO] [stdout]     |                          -
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          `l` calls a custom destructor
[INFO] [stdout]     |                          `l` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 604 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 645 |         |l| fast_access!(l.fast_read()),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]     |
[INFO] [stdout] 482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `l` invokes this custom destructor
[INFO] [stdout]    --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]     |
[INFO] [stdout] 482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> benches/multi_threaded/main.rs:652:26
[INFO] [stdout]     |
[INFO] [stdout] 599 |                     Some(l) => {
[INFO] [stdout]     |                          -
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          `l` calls a custom destructor
[INFO] [stdout]     |                          `l` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 604 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 652 |         |_| fast_access!(QLM.fast_read()),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]     |
[INFO] [stdout] 482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `l` invokes this custom destructor
[INFO] [stdout]    --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]     |
[INFO] [stdout] 482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> benches/multi_threaded/main.rs:659:26
[INFO] [stdout]     |
[INFO] [stdout] 599 |                     Some(l) => {
[INFO] [stdout]     |                          -
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          `l` calls a custom destructor
[INFO] [stdout]     |                          `l` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 604 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 659 |         |_| fast_access!(QLMD.fast_read()),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]     |
[INFO] [stdout] 482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `l` invokes this custom destructor
[INFO] [stdout]    --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]     |
[INFO] [stdout] 482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/lesser_lazy_finalize.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> benches/multi_threaded/main.rs:663:22
[INFO] [stdout]      |
[INFO] [stdout]  599 |                     Some(l) => {
[INFO] [stdout]      |                          -
[INFO] [stdout]      |                          |
[INFO] [stdout]      |                          `l` calls a custom destructor
[INFO] [stdout]      |                          `l` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  604 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  663 |         fast_access!(l.fast_read())
[INFO] [stdout]      |                      ^^^^^^^^^^^^^
[INFO] [stdout]      |                      |
[INFO] [stdout]      |                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/rwlock.rs:2710:1
[INFO] [stdout]      |
[INFO] [stdout] 2710 | impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Drop for MappedRwLockReadGuard<'a, R, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `l` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/rwlock.rs:2710:1
[INFO] [stdout]      |
[INFO] [stdout] 2710 | impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Drop for MappedRwLockReadGuard<'a, R, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> benches/multi_threaded/main.rs:673:22
[INFO] [stdout]     |
[INFO] [stdout] 599 |                     Some(l) => {
[INFO] [stdout]     |                          -
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          `l` calls a custom destructor
[INFO] [stdout]     |                          `l` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 604 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 673 |         fast_access!(l.fast_write())
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | impl Drop for Lock<'_> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `l` invokes this custom destructor
[INFO] [stdout]    --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | impl Drop for Lock<'_> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> benches/multi_threaded/main.rs:680:26
[INFO] [stdout]     |
[INFO] [stdout] 599 |                     Some(l) => {
[INFO] [stdout]     |                          -
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          `l` calls a custom destructor
[INFO] [stdout]     |                          `l` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 604 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 680 |         |_| fast_access!(QLM.fast_write()),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | impl Drop for Lock<'_> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `l` invokes this custom destructor
[INFO] [stdout]    --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | impl Drop for Lock<'_> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> benches/multi_threaded/main.rs:687:26
[INFO] [stdout]     |
[INFO] [stdout] 599 |                     Some(l) => {
[INFO] [stdout]     |                          -
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          `l` calls a custom destructor
[INFO] [stdout]     |                          `l` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 604 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 687 |         |_| fast_access!(QLMD.fast_write()),
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                          up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | impl Drop for Lock<'_> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `l` invokes this custom destructor
[INFO] [stdout]    --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | impl Drop for Lock<'_> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> benches/multi_threaded/main.rs:691:22
[INFO] [stdout]      |
[INFO] [stdout]  599 |                     Some(l) => {
[INFO] [stdout]      |                          -
[INFO] [stdout]      |                          |
[INFO] [stdout]      |                          `l` calls a custom destructor
[INFO] [stdout]      |                          `l` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  604 |             }
[INFO] [stdout]      |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  691 |         fast_access!(l.fast_write())
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^
[INFO] [stdout]      |                      |
[INFO] [stdout]      |                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                      up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/rwlock.rs:2856:1
[INFO] [stdout]      |
[INFO] [stdout] 2856 | impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Drop for MappedRwLockWriteGuard<'a, R, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `l` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/rwlock.rs:2856:1
[INFO] [stdout]      |
[INFO] [stdout] 2856 | impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Drop for MappedRwLockWriteGuard<'a, R, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> benches/multi_threaded/main.rs:777:20
[INFO] [stdout]     |
[INFO] [stdout] 777 |             static ID: Vec<AtomicUsize> = {
[INFO] [stdout]     |                    ^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 915 | heavy_bench! {heavy_mutlazy,LockedLazy, read_access, write_access}
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `heavy_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> benches/multi_threaded/main.rs:777:20
[INFO] [stdout]     |
[INFO] [stdout] 777 |             static ID: Vec<AtomicUsize> = {
[INFO] [stdout]     |                    ^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 916 | heavy_bench! {heavy_rwmut,RwMut, read_access, write_access}
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `heavy_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> benches/multi_threaded/main.rs:777:20
[INFO] [stdout]     |
[INFO] [stdout] 777 |             static ID: Vec<AtomicUsize> = {
[INFO] [stdout]     |                    ^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 918 | heavy_bench! {heavy_fast_mutlazy,LockedLazy, fast_read_access, fast_write_access}
[INFO] [stdout]     | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `heavy_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024
[INFO] [stdout]    --> benches/multi_threaded/main.rs:896:12
[INFO] [stdout]     |
[INFO] [stdout] 896 |         if let Some(l) = $l.fast_read() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^--------------
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value has a significant drop implementation which may observe a major change in drop order and requires your discretion
[INFO] [stdout] ...
[INFO] [stdout] 918 | heavy_bench! {heavy_fast_mutlazy,LockedLazy, fast_read_access, fast_write_access}
[INFO] [stdout]     | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]    --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]     |
[INFO] [stdout] 482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: the value is now dropped here in Edition 2024
[INFO] [stdout]    --> benches/multi_threaded/main.rs:898:9
[INFO] [stdout]     |
[INFO] [stdout] 898 |         } else {
[INFO] [stdout]     |         ^
[INFO] [stdout] ...
[INFO] [stdout] 918 | heavy_bench! {heavy_fast_mutlazy,LockedLazy, fast_read_access, fast_write_access}
[INFO] [stdout]     | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-if-let-scope.html>
[INFO] [stdout]     = note: `--force-warn if-let-rescope` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `fast_read_access` which comes from the expansion of the macro `heavy_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024
[INFO] [stdout]    --> benches/multi_threaded/main.rs:906:12
[INFO] [stdout]     |
[INFO] [stdout] 906 |         if let Some(l) = $l.fast_write() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^---------------
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          this value has a significant drop implementation which may observe a major change in drop order and requires your discretion
[INFO] [stdout] ...
[INFO] [stdout] 918 | heavy_bench! {heavy_fast_mutlazy,LockedLazy, fast_read_access, fast_write_access}
[INFO] [stdout]     | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]    --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]     |
[INFO] [stdout] 406 | impl Drop for Lock<'_> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: the value is now dropped here in Edition 2024
[INFO] [stdout]    --> benches/multi_threaded/main.rs:908:9
[INFO] [stdout]     |
[INFO] [stdout] 908 |         } else {
[INFO] [stdout]     |         ^
[INFO] [stdout] ...
[INFO] [stdout] 918 | heavy_bench! {heavy_fast_mutlazy,LockedLazy, fast_read_access, fast_write_access}
[INFO] [stdout]     | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-if-let-scope.html>
[INFO] [stdout]     = note: this warning originates in the macro `fast_write_access` which comes from the expansion of the macro `heavy_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> benches/multi_threaded/main.rs:777:20
[INFO] [stdout]     |
[INFO] [stdout] 777 |             static ID: Vec<AtomicUsize> = {
[INFO] [stdout]     |                    ^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 919 | heavy_bench! {heavy_fast_rwmut,RwMut, fast_read_access, fast_write_access}
[INFO] [stdout]     | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `heavy_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024
[INFO] [stdout]     --> benches/multi_threaded/main.rs:896:12
[INFO] [stdout]      |
[INFO] [stdout]  896 |         if let Some(l) = $l.fast_read() {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^--------------
[INFO] [stdout]      |                          |
[INFO] [stdout]      |                          this value has a significant drop implementation which may observe a major change in drop order and requires your discretion
[INFO] [stdout] ...
[INFO] [stdout]  919 | heavy_bench! {heavy_fast_rwmut,RwMut, fast_read_access, fast_write_access}
[INFO] [stdout]      | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/rwlock.rs:2710:1
[INFO] [stdout]      |
[INFO] [stdout] 2710 | impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Drop for MappedRwLockReadGuard<'a, R, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: the value is now dropped here in Edition 2024
[INFO] [stdout]     --> benches/multi_threaded/main.rs:898:9
[INFO] [stdout]      |
[INFO] [stdout]  898 |         } else {
[INFO] [stdout]      |         ^
[INFO] [stdout] ...
[INFO] [stdout]  919 | heavy_bench! {heavy_fast_rwmut,RwMut, fast_read_access, fast_write_access}
[INFO] [stdout]      | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-if-let-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `fast_read_access` which comes from the expansion of the macro `heavy_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `if let` assigns a shorter lifetime since Edition 2024
[INFO] [stdout]     --> benches/multi_threaded/main.rs:906:12
[INFO] [stdout]      |
[INFO] [stdout]  906 |         if let Some(l) = $l.fast_write() {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^---------------
[INFO] [stdout]      |                          |
[INFO] [stdout]      |                          this value has a significant drop implementation which may observe a major change in drop order and requires your discretion
[INFO] [stdout] ...
[INFO] [stdout]  919 | heavy_bench! {heavy_fast_rwmut,RwMut, fast_read_access, fast_write_access}
[INFO] [stdout]      | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: value invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.12/src/rwlock.rs:2856:1
[INFO] [stdout]      |
[INFO] [stdout] 2856 | impl<'a, R: RawRwLock + 'a, T: ?Sized + 'a> Drop for MappedRwLockWriteGuard<'a, R, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: the value is now dropped here in Edition 2024
[INFO] [stdout]     --> benches/multi_threaded/main.rs:908:9
[INFO] [stdout]      |
[INFO] [stdout]  908 |         } else {
[INFO] [stdout]      |         ^
[INFO] [stdout] ...
[INFO] [stdout]  919 | heavy_bench! {heavy_fast_rwmut,RwMut, fast_read_access, fast_write_access}
[INFO] [stdout]      | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-if-let-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `fast_write_access` which comes from the expansion of the macro `heavy_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> benches/multi_threaded/synchronised_bench.rs:58:8
[INFO] [stdout]    |
[INFO] [stdout] 58 | static TK: TickCounter = TickCounter::new();
[INFO] [stdout]    |        ^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> benches/multi_threaded/synchronised_bench.rs:121:38
[INFO] [stdout]     |
[INFO] [stdout] 121 |                     let d = unsafe { TK.time(|| access(&*vm.get())) };
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/unsync_primed_locked_lazy.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/lazy.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/unsync_primed_locked_lazy_drop.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/lesser_locked_lazy.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/unsync_locked_lazy.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/primed_locked_lazy.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/phase_locker/sync.rs:991:27
[INFO] [stdout]      |
[INFO] [stdout]  932 |                               cur = match wait_for_readers(&self.0, cur) {
[INFO] [stdout]      |                                           ------------------------------
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  949 |                           cur = match read_lock(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]  950 | |                             &self.0,
[INFO] [stdout]  951 | |                             |cur| {
[INFO] [stdout]  952 | |                                 how(Phase::from_bits_truncate(cur)) == LockNature::Read
[INFO] [stdout] ...    |
[INFO] [stdout]  955 | |                             cur,
[INFO] [stdout]  956 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  991 |                       match wait_as_writer_then_wake_with_lock(&self.0, cur, &how) { Some(lock) => {
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                             up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1006 |                   }
[INFO] [stdout]      |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]      |
[INFO] [stdout]  406 | impl Drop for Lock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]      |
[INFO] [stdout]  482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]      |
[INFO] [stdout]  406 | impl Drop for Lock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]      |
[INFO] [stdout]  482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/phase_locker/sync.rs:1023:27
[INFO] [stdout]      |
[INFO] [stdout]  932 |                               cur = match wait_for_readers(&self.0, cur) {
[INFO] [stdout]      |                                           ------------------------------
[INFO] [stdout]      |                                           |
[INFO] [stdout]      |                                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                                           `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  949 |                           cur = match read_lock(
[INFO] [stdout]      |  _____________________________________-
[INFO] [stdout]  950 | |                             &self.0,
[INFO] [stdout]  951 | |                             |cur| {
[INFO] [stdout]  952 | |                                 how(Phase::from_bits_truncate(cur)) == LockNature::Read
[INFO] [stdout] ...    |
[INFO] [stdout]  955 | |                             cur,
[INFO] [stdout]  956 | |                         ) {
[INFO] [stdout]      | |                         -
[INFO] [stdout]      | |                         |
[INFO] [stdout]      | |_________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1023 |                       match wait_as_reader_then_wake_with_lock(&self.0, cur, &how) { Some(lock) => {
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                             |
[INFO] [stdout]      |                             this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                             up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 1038 |                   }
[INFO] [stdout]      |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]      |
[INFO] [stdout]  406 | impl Drop for Lock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]      |
[INFO] [stdout]  482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:406:1
[INFO] [stdout]      |
[INFO] [stdout]  406 | impl Drop for Lock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> src/phase_locker/sync.rs:482:1
[INFO] [stdout]      |
[INFO] [stdout]  482 | impl Drop for ReadLock<'_> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/locked_lazy_finalize.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/bad_cyclic_lazy.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/bad_init_order.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/unsync_locked_lazy_drop.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/locked_lazy_drop.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/bad_cyclic_thread_local_lazy.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/primed_lesser_locked_lazy.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/bad_drop_order.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/lazy_finalize.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/locked_lazy.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/lesser_lazy.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/primed_lesser_locked_lazy_drop.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/unsync_locked_lazy_finalize.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/unsync_lazy_finalize.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/initialization.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/unsync_lazy_drop.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/macro.rs from 2021 edition to 2024
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> tests/macro.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 |         assert_eq!(DEST, 0);
[INFO] [stdout]    |                    ^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> tests/macro.rs:27:20
[INFO] [stdout]    |
[INFO] [stdout] 27 |         assert_eq!(DEST, 1);
[INFO] [stdout]    |                    ^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> tests/macro.rs:34:20
[INFO] [stdout]    |
[INFO] [stdout] 34 |         assert_eq!(DEST, 2);
[INFO] [stdout]    |                    ^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> tests/macro.rs:44:20
[INFO] [stdout]    |
[INFO] [stdout] 44 |         assert_eq!(INI, 0);
[INFO] [stdout]    |                    ^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> tests/macro.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |         assert_eq!(INI, 1);
[INFO] [stdout]    |                    ^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> tests/macro.rs:58:20
[INFO] [stdout]    |
[INFO] [stdout] 58 |         assert_eq!(INI, 2);
[INFO] [stdout]    |                    ^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:116:12
[INFO] [stdout]     |
[INFO] [stdout] 116 |     static IX: usize = &raw const IX as usize;
[INFO] [stdout]     |            ^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout] 118 |     static IX2: usize = &raw const IX2  as usize;
[INFO] [stdout]     |            ^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:130:20
[INFO] [stdout]     |
[INFO] [stdout] 130 |         assert_eq!(I, 3)
[INFO] [stdout]     |                    ^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:135:12
[INFO] [stdout]     |
[INFO] [stdout] 135 | static mut V0: A = A::new(unsafe { V1.0 } - 5);
[INFO] [stdout]     |            ^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 | static mut V2: A = A::new(12);
[INFO] [stdout]     |            ^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:141:8
[INFO] [stdout]     |
[INFO] [stdout] 141 | static V1: A = A::new(unsafe { V2.0 } - 2);
[INFO] [stdout]     |        ^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:144:12
[INFO] [stdout]     |
[INFO] [stdout] 144 | static mut V3: A = A::new(12);
[INFO] [stdout]     |            ^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 147 | static V4: A = A::new(unsafe { V2.0 } - 2);
[INFO] [stdout]     |        ^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:150:8
[INFO] [stdout]     |
[INFO] [stdout] 150 | static V5: A = A::new(unsafe { V4.0 } + 23);
[INFO] [stdout]     |        ^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:153:8
[INFO] [stdout]     |
[INFO] [stdout] 153 | static V6: A = A(33);
[INFO] [stdout]     |        ^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:156:8
[INFO] [stdout]     |
[INFO] [stdout] 156 | static V7: A = A::new(unsafe { V5.0 });
[INFO] [stdout]     |        ^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:162:20
[INFO] [stdout]     |
[INFO] [stdout] 162 |         assert_eq!(V0.0, 5);
[INFO] [stdout]     |                    ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:163:20
[INFO] [stdout]     |
[INFO] [stdout] 163 |         assert_eq!(V1.0, 10);
[INFO] [stdout]     |                    ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:164:20
[INFO] [stdout]     |
[INFO] [stdout] 164 |         assert_eq!(V2.0, 12);
[INFO] [stdout]     |                    ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:166:20
[INFO] [stdout]     |
[INFO] [stdout] 166 |         assert_eq!(V2.0, 8);
[INFO] [stdout]     |                    ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:167:20
[INFO] [stdout]     |
[INFO] [stdout] 167 |         assert_eq!(V4.0, 10);
[INFO] [stdout]     |                    ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:168:20
[INFO] [stdout]     |
[INFO] [stdout] 168 |         assert_eq!(V3.0, 12);
[INFO] [stdout]     |                    ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:169:20
[INFO] [stdout]     |
[INFO] [stdout] 169 |         assert_eq!(V5.0, 33);
[INFO] [stdout]     |                    ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> tests/macro.rs:170:20
[INFO] [stdout]     |
[INFO] [stdout] 170 |         assert_eq!(V6.0, 33);
[INFO] [stdout]     |                    ^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.27s
[INFO] [stderr] crater-edition-check: static_init v1.0.4 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling static_init v1.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1617 | / impl_mut_lazy! {locked_lazy:extend_locked_lazy, LockedLazy,SyncSequentializer<G>,InitializedChecker,UnInited::<T>, SyncPhaseLock...
[INFO] [stdout] 1618 | | "A mutable locked lazy that initialize its content on the first lock"}
[INFO] [stdout]      | |______________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1627 | / impl_mut_lazy! {primed_static primed_locked_lazy, PrimedLockedLazy,SyncSequentializer<G>,InitializedChecker,Primed::<T>, SyncPha...
[INFO] [stdout] 1628 | | "The actual type of mutable statics attributed with [#[dynamic(primed)]](macro@crate::dynamic)"}
[INFO] [stdout]      | |________________________________________________________________________________________________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1633 | / impl_mut_lazy! {static locked_lazy_finalize,LockedLazyFinalize,ExitSequentializer<G>,InitializedSoftFinalizedChecker,UnInited::<...
[INFO] [stdout] 1634 | | "The actual type of mutable statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1635 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1643 | / impl_mut_lazy! {static locked_lazy_droped,LockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChecker,DropedUnInited:...
[INFO] [stdout] 1644 | | "The actual type of statics attributed with [#[dynamic(lazy,finalize)]](macro@crate::dynamic)"
[INFO] [stdout] 1645 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1654 | / impl_mut_lazy! {primed_static primed_locked_lazy_droped,PrimedLockedLazyDroped,ExitSequentializer<G>,InitializedHardFinalizedChe...
[INFO] [stdout] 1655 | | "The actual type of mutable statics attributed with [#[dynamic(primed,drop)]](macro@crate::dynamic)"
[INFO] [stdout] 1656 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:885:21
[INFO] [stdout]      |
[INFO] [stdout]  885 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:896:21
[INFO] [stdout]      |
[INFO] [stdout]  896 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:902:21
[INFO] [stdout]      |
[INFO] [stdout]  902 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:909:21
[INFO] [stdout]      |
[INFO] [stdout]  909 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:919:21
[INFO] [stdout]      |
[INFO] [stdout]  919 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:930:21
[INFO] [stdout]      |
[INFO] [stdout]  930 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:936:21
[INFO] [stdout]      |
[INFO] [stdout]  936 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]     --> src/lazy.rs:942:21
[INFO] [stdout]      |
[INFO] [stdout]  942 |               #[allow(elided_named_lifetimes)]
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `mismatched_lifetime_syntaxes`
[INFO] [stdout] ...
[INFO] [stdout] 1666 | / impl_mut_lazy! {unsync_locked_lazy:extend_unsync_locked_lazy,UnSyncLockedLazy,UnSyncSequentializer<G>,InitializedChecker,UnInite...
[INFO] [stdout] 1667 | | "A RefCell that initializes its content on the first access"
[INFO] [stdout] 1668 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `impl_mut_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/phase_locker/sync.rs:592:24
[INFO] [stdout]     |
[INFO] [stdout] 592 | fn wake_readers(futex: &Futex, to_unactivate: u32, converting: bool) -> ReadLock {
[INFO] [stdout]     |                        ^^^^^^ the lifetime is elided here               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 592 | fn wake_readers(futex: &Futex, to_unactivate: u32, converting: bool) -> ReadLock<'_> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/phase_locker/sync.rs:592:24
[INFO] [stdout]     |
[INFO] [stdout] 592 | fn wake_readers(futex: &Futex, to_unactivate: u32, converting: bool) -> ReadLock {
[INFO] [stdout]     |                        ^^^^^^ the lifetime is elided here               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 592 | fn wake_readers(futex: &Futex, to_unactivate: u32, converting: bool) -> ReadLock<'_> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `criterion::black_box`: use `std::hint::black_box()` instead
[INFO] [stdout]   --> benches/multi_threaded/synchronised_bench.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 | use criterion::{black_box, measurement::WallTime, BenchmarkGroup, BenchmarkId};
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `criterion::black_box`: use `std::hint::black_box()` instead
[INFO] [stdout]    --> benches/multi_threaded/synchronised_bench.rs:128:21
[INFO] [stdout]     |
[INFO] [stdout] 128 |                     black_box(unsafe { access(&*vm.get()) });
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `criterion::black_box`: use `std::hint::black_box()` instead
[INFO] [stdout]   --> benches/multi_threaded/tick_counter.rs:15:20
[INFO] [stdout]    |
[INFO] [stdout] 15 |     use criterion::black_box;
[INFO] [stdout]    |                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `criterion::black_box`: use `std::hint::black_box()` instead
[INFO] [stdout]   --> benches/multi_threaded/tick_counter.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 30 |                 black_box(e - s);
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `criterion::black_box`: use `std::hint::black_box()` instead
[INFO] [stdout]   --> benches/multi_threaded/tick_counter.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 black_box(e - s);
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `criterion::black_box`: use `std::hint::black_box()` instead
[INFO] [stdout]   --> benches/multi_threaded/tick_counter.rs:75:26
[INFO] [stdout]    |
[INFO] [stdout] 75 |                 let e0 = black_box(Self::raw_start());
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `criterion::black_box`: use `std::hint::black_box()` instead
[INFO] [stdout]   --> benches/multi_threaded/tick_counter.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 |                     black_box(Self::raw_start());
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `criterion::black_box`: use `std::hint::black_box()` instead
[INFO] [stdout]   --> benches/multi_threaded/tick_counter.rs:78:21
[INFO] [stdout]    |
[INFO] [stdout] 78 |                     black_box(Self::raw_end());
[INFO] [stdout]    |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `criterion::black_box`: use `std::hint::black_box()` instead
[INFO] [stdout]   --> benches/multi_threaded/tick_counter.rs:80:26
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 let e1 = black_box(Self::raw_start());
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `criterion::black_box`: use `std::hint::black_box()` instead
[INFO] [stdout]    --> benches/multi_threaded/tick_counter.rs:124:13
[INFO] [stdout]     |
[INFO] [stdout] 124 |             black_box(f());
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/phase_locker/sync.rs:592:24
[INFO] [stdout]     |
[INFO] [stdout] 592 | fn wake_readers(futex: &Futex, to_unactivate: u32, converting: bool) -> ReadLock {
[INFO] [stdout]     |                        ^^^^^^ the lifetime is elided here               ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 592 | fn wake_readers(futex: &Futex, to_unactivate: u32, converting: bool) -> ReadLock<'_> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> benches/multi_threaded/main.rs:777:20
[INFO] [stdout]     |
[INFO] [stdout] 777 |             static ID: Vec<AtomicUsize> = {
[INFO] [stdout]     |                    ^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 915 | heavy_bench! {heavy_mutlazy,LockedLazy, read_access, write_access}
[INFO] [stdout]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout]     = note: this error originates in the macro `heavy_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> benches/multi_threaded/main.rs:777:20
[INFO] [stdout]     |
[INFO] [stdout] 777 |             static ID: Vec<AtomicUsize> = {
[INFO] [stdout]     |                    ^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 916 | heavy_bench! {heavy_rwmut,RwMut, read_access, write_access}
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `heavy_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> benches/multi_threaded/main.rs:777:20
[INFO] [stdout]     |
[INFO] [stdout] 777 |             static ID: Vec<AtomicUsize> = {
[INFO] [stdout]     |                    ^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 918 | heavy_bench! {heavy_fast_mutlazy,LockedLazy, fast_read_access, fast_write_access}
[INFO] [stdout]     | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `heavy_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> benches/multi_threaded/main.rs:777:20
[INFO] [stdout]     |
[INFO] [stdout] 777 |             static ID: Vec<AtomicUsize> = {
[INFO] [stdout]     |                    ^^ mutable reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 919 | heavy_bench! {heavy_fast_rwmut,RwMut, fast_read_access, fast_write_access}
[INFO] [stdout]     | -------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `heavy_bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `static_init` (bench "multi_threaded") due to 4 previous errors; 10 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "41000af956808821871fece6903a378a63b4071ee02fb48fbaa7d9bb650a99e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41000af956808821871fece6903a378a63b4071ee02fb48fbaa7d9bb650a99e0", kill_on_drop: false }`
[INFO] [stdout] 41000af956808821871fece6903a378a63b4071ee02fb48fbaa7d9bb650a99e0
